go/types.operand.Pos (method, view implemented interface methods)

11 uses

	go/types (current package)
		builtins.go#L905: 			check.dump("%v: %s", x1.Pos(), x1)
		call.go#L99: 			params = []*Var{NewVar(x.Pos(), check.pkg, "", gsig)}
		call.go#L104: 			expr.NamePos = x.Pos() // correct position
		call.go#L127: 	sig = check.instantiateSignature(x.Pos(), x.expr, sig, targs, xlist)
		call.go#L390: 			targs, xlist := check.funcInst(nil, x.Pos(), &x, ix, infer)
		call.go#L427: 				targs, xlist := check.funcInst(nil, x.Pos(), &x, ix, infer)
		errors.go#L305: 			pos := x.Pos()
		expr.go#L979: 				check.funcInst(T, x.Pos(), x, nil, true)
		infer.go#L140: 		inferred := check.subst(arg.Pos(), tpar, smap, nil, check.context())
		operand.go#L69: func (x *operand) Pos() token.Pos {
		stmt.go#L269: 			seen[val] = append(seen[val], valueType{v.Pos(), v.typ})